home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-07-30 | 829 b | 39 lines | [TEXT/ttxt] |
- OpenWorld Furniture
- FindObject Table
- Copy ( get the table )
- CloseWorld
-
- NewWorld ( now create a new file )
- NewObject
- RelPos: 0 -.5 0 , ( position the new object )
- RelAtt: 0 -90 0 ,
- RelScale: 100 ,
- Paste ( we made a table by pasting the table into the new object )
- MakeName Table1
- SaveAsWorld Interior1
- CloseWorld
-
- OpenWorld Furniture ( back to furniture library for more )
- FindObject Chair
- Copy ( now the chair is on the clipboard )
- CloseWorld
-
- OpenWorld Interior1 ( open our file again )
- NewObject
- RelPos: 0 .5 -2.6 ,
- RelAtt: 0 90 0 ,
- RelScale: 100 ,
- Paste ( the first chair is pasted into the file )
- MakeName Chair1
-
- NewObject
- RelPos: 0 .5 1.6 ,
- RelAtt: 180 90 0 ,
- RelScale: 100 ,
- Paste ( the second chair is pasted into the file )
- MakeName Chair2
-
- SaveWorld
-
-
-